home *** CD-ROM | disk | FTP | other *** search
/ Pycckuu Kocmoc - Russian Space / Pycckuu Kocmoc - Russian Space.iso / space2.exe / 0 / RCDATA / TFMSEARCH / TFMSEARCH.txt < prev   
Text File  |  2001-04-12  |  2KB  |  117 lines

  1. object fmSearch: TfmSearch
  2.   Left = 266
  3.   Top = 171
  4.   BorderStyle = bsNone
  5.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  6.   ClientHeight = 380
  7.   ClientWidth = 444
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 444
  26.     Height = 380
  27.     Align = alClient
  28.   end
  29.   object btGo: TImage
  30.     Left = 339
  31.     Top = 50
  32.     Width = 49
  33.     Height = 19
  34.     Cursor = crHandPoint
  35.     Picture.Data = {<image000.jpg>}
  36.     Visible = False
  37.     OnClick = btGoClick
  38.   end
  39.   object btStop: TImage
  40.     Left = 339
  41.     Top = 50
  42.     Width = 49
  43.     Height = 19
  44.     Cursor = crHandPoint
  45.     Picture.Data = {<image001.jpg>}
  46.     Visible = False
  47.     OnClick = btStopClick
  48.   end
  49.   object btClose: TImageBtn
  50.     Left = 368
  51.     Top = 5
  52.     Width = 20
  53.     Height = 21
  54.     Cursor = crHandPoint
  55.     OnClick = btCloseClick
  56.   end
  57.   object Scroll: TScrlHTML
  58.     Left = 403
  59.     Top = 80
  60.     Width = 20
  61.     Height = 257
  62.     Picture.Data = {<image002.jpg>}
  63.     HTML = Results
  64.     Position = 0
  65.   end
  66.   object Results: TListBox
  67.     Left = 60
  68.     Top = 80
  69.     Width = 309
  70.     Height = 256
  71.     BorderStyle = bsNone
  72.     Color = clBlack
  73.     Enabled = False
  74.     Font.Charset = RUSSIAN_CHARSET
  75.     Font.Color = 13615267
  76.     Font.Height = -11
  77.     Font.Name = 'Zahoma'
  78.     Font.Style = []
  79.     ItemHeight = 16
  80.     ParentFont = False
  81.     Style = lbOwnerDrawFixed
  82.     TabOrder = 1
  83.     OnClick = ResultsClick
  84.     OnDrawItem = ResultsDrawItem
  85.     OnMouseMove = ResultsMouseMove
  86.     OnMouseUp = ResultsMouseUp
  87.   end
  88.   object Edit: TEdit
  89.     Left = 169
  90.     Top = 50
  91.     Width = 150
  92.     Height = 15
  93.     BorderStyle = bsNone
  94.     Color = clBlack
  95.     Ctl3D = False
  96.     Font.Charset = RUSSIAN_CHARSET
  97.     Font.Color = clWhite
  98.     Font.Height = -13
  99.     Font.Name = 'Zahoma'
  100.     Font.Style = []
  101.     ParentCtl3D = False
  102.     ParentFont = False
  103.     TabOrder = 0
  104.     OnChange = EditChange
  105.     OnKeyPress = EditKeyPress
  106.   end
  107.   object Panel1: TPanel
  108.     Left = 328
  109.     Top = 80
  110.     Width = 65
  111.     Height = 259
  112.     BevelOuter = bvNone
  113.     Color = clBlack
  114.     TabOrder = 2
  115.   end
  116. end
  117.